ComponentOne ASP.NET MVC Controls
DisplayMemberPath Method (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : DisplayMemberPath Method
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.
Syntax
'Declaration
 
Public Function DisplayMemberPath( _
   ByVal value As String _
) As TBuilder
public TBuilder DisplayMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members